home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / comstr.exe / TIMER.CPP < prev    next >
C/C++ Source or Header  |  1992-04-26  |  138b  |  6 lines

  1. #include "timer.h"
  2. #include <Dos.h>
  3.  
  4. volatile unsigned long far *Timer::timePtr = (volatile unsigned long far *)
  5.     MK_FP( 0, 0x46C );
  6.